Skip to content

Update django to 2.0.7#7

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-django-2.0.5-to-2.0.7
Closed

Update django to 2.0.7#7
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-django-2.0.5-to-2.0.7

Conversation

@pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jul 2, 2018

This PR updates Django from 2.0.5 to 2.0.7.

Changelog

2.0.7

==========================

*July 2, 2018*

Django 2.0.7 fixes several bugs in 2.0.6.

Bugfixes
========

* Fixed admin changelist crash when using a query expression without ``asc()``
or ``desc()`` in the page's ordering (:ticket:`29428`).

* Fixed admin check crash when using a query expression in
``ModelAdmin.ordering`` (:ticket:`29428`).

* Fixed ``__regex`` and ``__iregex`` lookups with MySQL 8 (:ticket:`29451`).

* Fixed migrations crash with namespace packages on Python 3.7
(:ticket:`28814`).


==========================

2.0.6

==========================

*June 1, 2018*

Django 2.0.6 fixes several bugs in 2.0.5.

Bugfixes
========

* Fixed a regression that broke custom template filters that use decorators
(:ticket:`29400`).

* Fixed detection of custom URL converters in included patterns
(:ticket:`29415`).

* Fixed a regression that added an unnecessary subquery to the ``GROUP BY``
clause on MySQL when using a ``RawSQL`` annotation (:ticket:`29416`).

* Fixed ``WKBWriter.write()`` and ``write_hex()`` for empty polygons on
GEOS 3.6.1+ (:ticket:`29460`).

* Fixed a regression in Django 1.10 that could result in large memory usage
when making edits using ``ModelAdmin.list_editable`` (:ticket:`28462`).


==========================
Links

@pyup-bot pyup-bot mentioned this pull request Jul 2, 2018
@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Aug 1, 2018

Closing this in favor of #8

@pyup-bot pyup-bot closed this Aug 1, 2018
@floatingman floatingman deleted the pyup-update-django-2.0.5-to-2.0.7 branch August 1, 2018 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant